/*  Three column fixed width layout_03.css  */

  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, prtmain {


	margin: 0;
	/*	
		font-size: 100%; 
		font: inherit;	
	*/
	 vertical-align: baseline; 
}

#body
{
	background: #fd4;
	background-color: #fd4;
}

#container
{
	margin: 0;
	width: 802px;
	background: #fd4;
	background-color: #fd4;
}

#header
{
	/* display:block; */
	font-family:verdana;
	letter-spacing:12px;
	font-style:italic;
	text-align:center;
	background: #fd4;
	// diag color background: #ff4;
	padding: 0px;
	height:82px;
	width:800px;
	float: left;
    background-color: #fd4;
    background-image: url('../images/prt_html5 header rebuild_tk4_3D_01.png');
    background-repeat: no-repeat;
    background-position: 50%;
/*    background-position: y-5; */
	/* header height undefined */
}

#header h1 
{ 
	margin: 0; 
	font-size:38px;
/*	text-shadow: 2px 2px 2px #cc540A;  */
	text-shadow: 3px 3px 3px #333;

}

#navigation
{
	float: left;
	width: 798px;
	background: #555;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 11px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

/* #content-container wraps the 3 columns of text */

#content-container
{
	float: left;
	width: 800px;
  	height: 800px;
	background: #fd4;
	background-color:#fd4;
}

#section-navigation
{
	font-family:arial;
	background-color:#fd4;
	float: left;
	width: 120px;
	padding: 20px 0;
	margin: 3px;
	display: inline;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#content
{
	float: left;
	background-color:#fe5;
	background:#fe5;
	width: 500px;
	padding: 20px 20px;
	margin: 10px;
	box-shadow:2px 2px 5px 2px #333;
}

#content h2 { margin: 0; }

#aside
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color:#fd4;
	float: right;
	width: 120px;
	padding: 10px 0;
	margin: 0 10px 0 0;
	display: inline;

}

#aside h3 { margin: 0; }

#footer
{
	width: 790px;
	clear: left;
	background: #ccc;
	font-family:arial;
	font-size:8px;
	text-align: right;
	padding-right: 10px;
	height: 13px;
}

#ads
{
	/* position: relative; 
	   right: -5px;
	   top: -100px; 
	*/
	
	 position: absolute;
	   right: 1px;
	   top: 0px; 
	// the above 3 lines fixed it

	background:#000;
	background-color:#000;
	height:1025px;
	float: right;
	background: #fd4;
	margin:0;
	
	width:196px;  
	/*width:196px;*/
	text-align: left;
	border-style:none;
}


#adsRt {
	overflow-y:hidden;
	overflow-x:hidden; 
	overflow:hidden; 
	float:left;
	margin-left:0;
	padding:0px;
	/*  position: absolute;
	    right: 1px;
	    top: 2px; 
	*/
	vertical-align: 0px;
} 

#swfwrap
{ 
	background:#fd4;
	width:802px;
	height:602px;
	clear:left;
}

#gorilladiv {}
#gorilla{}

